home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000297_news@columbia.edu _Fri May 12 19:07:38 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id TAA10927
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Fri, 12 May 2000 19:07:38 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id TAA16308
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 12 May 2000 19:07:38 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id SAA12456
  10.     for kermit.misc@watsun.cc.columbia.edu; Fri, 12 May 2000 18:54:09 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: jaltman@columbia.edu (Jeffrey Altman)
  13. Subject: Re: Paging : Getting USR Sportster to hangup
  14. Date: 12 May 2000 22:54:08 GMT
  15. Organization: Columbia University
  16. Message-ID: <8fi22g$c56$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <8fhspd$rm5$1@nnrp1.deja.com>,  <twod@my-deja.com> wrote:
  20. : I have installed the RPM version C-Kermit 7.0.196 (d/l from
  21. : www.columbia.edu/kermit) onto my linux-mandrake box.
  22. : I am trying to page a numeric pager and am using the numpage script from
  23. : the C-Kermit Scripts library.
  24. : All goes well, except for the fact that my external USR sportster 56K
  25. : modem does not hangup the line after the call. The modem type is set to
  26. : usr.
  27.  
  28. Try  SET MODEM TYPE USR-MEGAHERTZ-56K
  29.  
  30.  
  31. : What is the easiest way in which to add AT commands to the modem init
  32. : string ?
  33.  
  34. There is a whole chapter in the "Using C-Kermit" book on this topic.
  35. Chapter 4 "Configuring Modems".  In brief from the online help 
  36.   
  37.   HELP SET MODEM
  38.  
  39. SET MODEM COMMAND commands are used to override built-in modem commands for
  40. each modem type, or to fill in commands for the USER-DEFINED modem type.
  41. Omitting the optional [ text ] restores the built-in modem-specific command,
  42. if any:
  43.  
  44. SET MODEM COMMAND AUTOANSWER {ON, OFF} [ text ]
  45.   Modem commands to turn autoanswer on and off.
  46.  
  47. SET MODEM COMMAND COMPRESSION {ON, OFF} [ text ]
  48.   Modem commands to turn data compression on and off.
  49.  
  50. SET MODEM COMMAND ERROR-CORRECTION {ON, OFF} [ text ]
  51.   Modem commands to turn error correction on and off.
  52.  
  53. SET MODEM COMMAND HANGUP [ text ]
  54.   Command that tells the modem to hang up the connection.
  55.  
  56. SET MODEM COMMAND IGNORE-DIALTONE [ text ]
  57.   Command that tells the modem not to wait for dialtone before dialing.
  58.  
  59. SET MODEM COMMAND INIT-STRING [ text ]
  60.   The 'text' is a replacement for C-Kermit's built-in initialization command
  61.   for the modem.
  62.  
  63. SET MODEM COMMAND PREDIAL-INIT [ text ]
  64.   A second INIT-STRING that is to be sent to the modem just prior to dialing.
  65.  
  66. SET MODEM COMMAND HARDWARE-FLOW [ text ]
  67.   Modem command to enable hardware flow control (RTS/CTS) in the modem.
  68.  
  69. SET MODEM COMMAND SOFTWARE-FLOW [ text ]
  70.   Modem command to enable local software flow control (Xon/Xoff) in modem.
  71.  
  72. SET MODEM COMMAND SPEAKER { ON, OFF } [ text ]
  73.   Modem command to turn the modem's speaker on or off.
  74.  
  75. SET MODEM COMMAND NO-FLOW-CONTROL [ text ]
  76.   Modem command to disable local flow control in the modem.
  77.  
  78. SET MODEM COMMAND PULSE [ text ]
  79.   Modem command to select pulse dialing.
  80.  
  81. SET MODEM COMMAND TONE [ text ]
  82.   Modem command to select tone dialing.
  83.  
  84. SET MODEM COMMAND VOLUME { LOW, MEDIUM, HIGH } [ text ]
  85.   Modem command to set the modem's speaker volume.
  86.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  87.                  The Kermit Project * Columbia University
  88.               612 West 115th St #716 * New York, NY * 10025
  89.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org